Feature: Profile
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 52.847s |
Scenario: Go to profile
Before
0m 21.993s
Given
I navigate to page "http://localhost:2368/ghost/#/setup"
0m 0.892s
And
I wait for 5 seconds
0m 5.106s
When
I fill register with "title" and "name" and "email@email.com" and "p4ssw0rd.."
0m 0.121s
And
I try to create account
0m 0.128s
And
I wait for 5 seconds
0m 5.202s
And
I navigate to page "http://localhost:2368/ghost/#/signin"
0m 0.357s
And
I wait for 5 seconds
0m 5.172s
And
I fill login with "email@email.com" and "p4ssw0rd.."
0m 0.314s
And
I try to login
0m 0.248s
And
I wait for 5 seconds
0m 5.440s
And
I try to go to profile
0m 0.550s
Then
I expect to be in my profile
0m 0.258s
After
0m 7.066s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/#/setup"
And
I wait for 5 seconds
When
I fill register with "title" and "name" and "email@email.com" and "p4ssw0rd.."
And
I try to create account
And
I wait for 5 seconds
And
I navigate to page "http://localhost:2368/ghost/#/signin"
And
I wait for 5 seconds
And
I fill login with "email@email.com" and "p4ssw0rd.."
And
I try to login
And
I wait for 5 seconds
And
I try to go to profile
Then
I expect to be in my profile
After
NO IMAGE AVAILABLE